div.acf-map {
  display: none;
}
iframe.acf-map {
}
.h1.perawatan__title,
.h1.lokasi__title,
.h1.karir__title,
.h1.faq__title,
.h1--desktop.tentang__section_1_title {
  font-size: 38px;
}
.tabcontent.active > li {
  padding-right: 50%;
}
.tabcontent .tabContact {
  display: grid;
  box-sizing: border-box;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s, 0.3s;
  transition-property: opacity, width;
  transition-delay: 0.3s, 0;
  transition-timing-function: ease;
  z-index: 0;
}
.tabcontent .tabContact.active {
  opacity: 1;
  z-index: 1;
}
.tabcontent .tabContact.show {
  width: 50%;
  transition-delay: 0, 0;
  transition-duration: 0.01s, 0.3s;
}
body .es__hero-banner .container .es__txt .es__title {
  font-size: 38px;
}
body .es__hero-banner .container .es__txt .es__desc {
  margin-bottom: 31px;
}

@media only screen and (max-width: 767.98px) {
  .h1.perawatan__title,
  .h1.lokasi__title,
  .h1.karir__title,
  .h1.faq__title {
    font-size: 27px;
  }
  .h1--desktop.tentang__section_1_title {
    font-size: 27px !important;
  }
  .tabcontent.active > li {
    padding-right: 1.25rem;
  }
  .tabcontent .tabContact {
    display: none;
    width: 100%;
    opacity: 1;
    z-index: 1;
  }
  .tabcontent .tabContact.active {
    display: grid;
  }
  .tabcontent .tabContact.show {
    width: 100%;
  }
  body .es__hero-banner .container .es__txt .es__title {
    font-size: 27px;
  }
  body .es__hero-banner .container .es__txt .es__action a {
    background-color: #4a8b90;
    color: #fff;
    border-color: #4a8b90;
  }
}
